home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / admin / secure / Tor - Privoxy - Vidalia.exe / Vidalia / CHANGELOG < prev    next >
Text File  |  2007-08-26  |  21KB  |  379 lines

  1. 0.0.14  26-Aug-2007
  2.   o Add support for Tor's HashedControlPassword and CookieAuthentication
  3.     options. Password authentication is enabled by default.
  4.   o Add support for Tor's new PROTOCOLINFO control command.
  5.   o Support running on Windows NT 4.0 again.
  6.   o Check to see if "%PROGRAMFILES%\Vidalia Bundle\Tor\tor.exe" exists when
  7.     setting the default Tor executable on Win32. If it doesn't, fall back to
  8.     "%PROGRAMFILES%\Tor\tor.exe". (Ticket #262)
  9.   o Allow the people who think clicking 'New Identity' is the solution to
  10.     everything to be disappointed six times per minute, instead of once.
  11.   o Add the ability to configure Tor's data directory.
  12.   o Give users the option of not removing %APPDATA%\Tor and %APPDATA%\Vidalia
  13.     in the Win32 Vidalia and bundle installers.
  14.   o Add a Czech GUI and installer translation from el Mar.
  15.   o Updated Finnish and German translations.
  16.  
  17.  
  18. 0.0.13  02-Aug-2007
  19.   o Remove the control protocol version checking logic, since Tor will now
  20.     just hang up if the first command received isn't a valid AUTHENTICATE
  21.     command.
  22.   o Fix a bug where Vidalia would display an incorrect error message if the
  23.     user started Vidalia, stopped Tor, ran Tor manually, then clicked 'Start
  24.     Tor'. (Reported by arma)
  25.   o Maintain a list of address mappings, so we can try to replace IP addresses
  26.     in stream targets with host names when displaying them on the network map.
  27.     (Suggested by phobos)
  28.   o Stop including help documentation for each language, even if it is
  29.     untranslated. If there is no translated help documentation for a language,
  30.     simply load the documentation from the English version.
  31.   o Use RelayBandwidthBurst and RelayBandwidthRate on Tor >= 0.2.0.1-alpha.
  32.   o Remove from the server config page the 'Address' text box, the 'Get
  33.     Address' button, and 'Automatically Update' checkbox. 
  34.   o Don't do balloon messages on Windows 2000; I'm told it doesn't work even
  35.     though QSystemTrayIcon::supportsMessages() says it should.
  36.   o Removed a duplicate check when determining what control event Vidalia
  37.     received from Tor.
  38.   o Check /usr/sbin/ for a Tor binary if one isn't found in $PATH.
  39.   o Fixed compilation on Mac OS X Panther.
  40.   o Support building with Qt 4.3 in our configure.in (no code changes
  41.     required).
  42.   o Change the "Start Tor" control panel button text to "Starting Tor" while
  43.     Tor is starting.
  44.   o Added a "Control Panel" item to the OS X dock icon's context menu.
  45.   o Added tooltips to the circuits and streams listed on the network map.
  46.   o Stop putting a torrc in %APPDATA%\Tor if the user is also installing Vidalia,
  47.     since they'll just get confused from having two torrc files.
  48.   o Added a Swedish GUI and installer translation from Amin Amini.
  49.   o Added an Italian installer translation from Alex Mazzariol.
  50.   o Update Finnish, French, German, Italian, Russian and Spanish translations.
  51.   
  52.   
  53. 0.0.12  01-Jun-2007
  54.   o Added a new "Control Panel" main window that appears when Vidalia first
  55.     starts. This dialog is for people who either aren't trained to look in
  56.     their system tray area for a Vidalia icon, or those who simply do not have
  57.     a system tray area.
  58.   o Added -logfile and -loglevel command-line options that can log useful
  59.     Vidalia debugging messages to a file or to stdout. Hopefully this will
  60.     help make tracking down future Vidalia bugs easier.
  61.   o Add a box to the Advanced settings page to change the IP address on which
  62.     we will try to connect to Tor's control port, instead of always assuming
  63.     127.0.0.1. (Ticket #81)
  64.   o Don't yell at the user if our SAVECONF fails after changing some
  65.     configuration settings; just remember the intended settings and reapply them
  66.     next time Tor runs.
  67.   o Restore a window to its previous state each time it is opened, not just
  68.     the first time after Vidalia is started.
  69.   o Only allow the 'New Identity' button to be clicked once every 60 seconds.
  70.   o Show the number of online servers in the status tip for the server list,
  71.     as well as the total number of servers.
  72.   o Expand filenames that use "~/", "%APPDATA%", or "%PROGRAMFILES%" in either
  73.     the path to Tor's executable or torrc.
  74.   o Fix the message log timestamp format to be "MMM dd hh:mm:ss.zzz", instead
  75.     of "MMM dd hh:mm:ss:zzz".
  76.   o Don't create the help browser window until we actually need it, so we
  77.     don't waste memory on a window the user might never use.
  78.   o Fix a minor bug that's been around since 0.0.1: actually remove objects
  79.     from the list of targets for an event, instead of from a copy of the list.
  80.   o Display command-line options information as a message box so even Win32 
  81.     folks can see it, if they give Vidalia a bogus argument.
  82.   o Revert back to the single uninstaller strategy on Win32, so don't leave
  83.     program groups behind after uninstalling the bundle. (Ticket #237)
  84.   o Start Privoxy minimized if the user selects "Run installed components now"
  85.     after completing the Win32 installer.
  86.   o Don't skip past the Win32 installer results immediately, since there could
  87.     have been errors the user should see.
  88.   o Include a default.action file for Privoxy in the Win32 and OS X bundles 
  89.     with the +limit-connect{1-} fix.
  90.   o Include some more helpful text in the Win32 installer welcome screen and
  91.     category descriptions.
  92.   o Fix the paths to *-spec.txt in the script that builds the OS X bundles.
  93.   o Include Tor_Uninstaller.applescript and uninstall_tor_bundle.sh in the OS
  94.     X bundle. (Ticket #230)
  95.   o Updated Dutch, Finnish, French, German, Norwegian, Polish and Spanish
  96.     translations.
  97.  
  98.  
  99. 0.0.11  07-Feb-2007
  100.   o Fix a race condition that could (and did) cause Vidalia to freeze.
  101.   o RESETCONF all server-related settings when the be-a-server checkbox gets 
  102.     unchecked, not just ORPort and Nickname.
  103.   o Add support for zlib or gzip compressed GeoIP responses. 
  104.   o Handle chunked transfer encodings properly in GeoIP responses.
  105.   o Be a little less eager to send GeoIP requests right away. Now we wait 10
  106.     seconds after adding an address to the queue, or a maximum of 30 seconds,
  107.     before sending the request.
  108.   o Tolerate entries in geoip-cache that have no timestamp. If an entry does
  109.     not have a timestamp, use the current date and time. 
  110.   o Respond to double-clicks on the map. Double left-click zooms in towards
  111.     the mouse pointer and double right-click zooms out.
  112.   o If Vidalia is built with Qt >= 4.2, use the open and closed hand cursors 
  113.     in ZImageView when panning the world map.
  114.   o Qt >= 4.2 handles the sorting in addTopLevelItem() in the server list. We 
  115.     still do the sorted inserts ourselves in older Qts. 
  116.   o Display circuits as a list of server nicknames (like we currently do), but 
  117.     save the original circuit paths (possibly with key IDs for non-Named
  118.     servers) so we don't display the wrong server information when the user 
  119.     selects that circuit.
  120.   o Fix a bug introduced in 0.0.10 that caused a server's little pinpoint on
  121.     the map to not be highlighted green when the server is selected in the
  122.     server list.
  123.   o Update the stream target address on every stream status event, not just
  124.     NEW stream events.
  125.   o Add an EU flag for the server list.
  126.   o Add a "Cancel" button to the message box that asks server operators if
  127.     they want to delay server shutdown or kill Tor right away. (Ticket #222) 
  128.   o Add version information to our compiled Win32 vidalia.exe.
  129.   o Be more tolerant of Win32 people removing the Tor service out from under 
  130.     Vidalia.
  131.   o Explicitly specify the tab order in the bandwidth graph.
  132.   o Fix a bug in parsing Tor's version string when it contains modifiers such
  133.     as '-alpha'.
  134.   o Make Circuit::hops() correctly return an empty QStringList for empty paths,
  135.     instead of a QStringList with one empty QString.
  136.   o Do a better job of detecting Qt 4.2 debug libs on OS X. There were a few 
  137.     necessary non-Qt libs missing from LIBS when we did our AC_TRY_LINK.
  138.   o Add vidalia.spec to our configure.in, so the RPM spec file stays current.
  139.   o Add a Traditional Chinese installer and GUI translation from Cloud.
  140.   o Updated Dutch, Farsi, Polish, Russian, and Simplified Chinese translations.
  141.  
  142.  
  143. 0.0.10  25-Dec-2006
  144.   o Load NT service functions on demand so we can run on Windows 95/98/ME
  145.     again. (Ticket #211)
  146.   o Add a column to the list of servers in the network map window, with a 
  147.     little flag icon for each server. 
  148.   o If the network map window is not visible, queue all GeoIP requests until
  149.     either the window becomes visible again or the queue contains requests for
  150.     at least one-quarter of all known servers.
  151.   o If we get a valid geoip response telling us the geoip database doesn't
  152.     have a location for the requested IP address, cache that response for one 
  153.     week so we don't keep sending requests that are likely to fail anyway. 
  154.   o Use QSystemTrayIcon when available (except on Mac). If we are using 
  155.     QSystemTrayIcon on systems that support balloon messages, use a balloon to 
  156.     indicate when NEWNYM is successful. We still show a message box when NEWNYM 
  157.     fails. (Ticket #183)
  158.   o Add a graph style dropdown box to the bandwidth graph settings, so you can
  159.     choose between a fancy alpha blended area graph and a faster, simpler line
  160.     graph.
  161.   o Add a button to continue starting Vidalia anyway, even if Vidalia thinks
  162.     there might be another Vidalia process already running. It's possible that a
  163.     previous Vidalia did not exit cleanly and another process ended up with
  164.     the old Vidalia's PID.
  165.   o Add a "Zoom to Circuit" option to the circuit context menu in the network
  166.     map's list of circuits.
  167.   o Add a context menu to the dock icon on OS X. (Ticket #135)
  168.   o If we're building with Qt >= 4.2.0, then use its new saveGeometry() and 
  169.     restoreGeometry() functions to save and restore window size and position. 
  170.     If we're still using an old Qt, make sure the window fits on screen when
  171.     we try to restore it. (Ticket #207)
  172.   o Fix a bug in how the server points were keyed on the network map that
  173.     could cause some circuits to not get drawn. (Ticket #175)
  174.   o Really close the read channel when we want to stop reading from the Tor
  175.     process's stdout. This would sometimes cause duplicate messages in the
  176.     message log if Vidalia was running on a non-English-speaking Windows.
  177.   o Be more correct about what we consider as valid latitudes and longitudes.
  178.   o Give a better error message if we fail to determine what version of Tor's
  179.     control protocol is being spoken.
  180.   o Clarify some labels in the message log settings. (Ticket #203)
  181.   o Settle on a convention of not ending tool tips or status tips with a
  182.     period.
  183.   o Start shipping a geoip-cache file in our Win32 installers so people have
  184.     some initial geographic information, instead of starting out entirely
  185.     empty-handed.
  186.   o Add a Farsi translation.
  187.   o Add a Spanish translation contributed by desolator.
  188.   o Add a Portuguese (Brazilian) translation contributed by Mabat Haram.
  189.   o Add a Simplified Chinese installer translation contributed by omg.
  190.   o Updates to Finnish, French, German, Italian, Norwegian, Polish, 
  191.     Russian, and Simplified Chinese translations.
  192.  
  193.  
  194. 0.0.9   05-Nov-2006
  195.   o Added a new, more intuitive interface for setting a server's bandwidth
  196.     rate and exit policies.
  197.   o Improved our ./configure script so it will detect old or non-debug
  198.     versions of Qt and link accordingly.
  199.   o Added support for more easily building Qt as a Universal binary on OS X.
  200.   o Added a right-click option to circuits listed in the network map dialog to 
  201.     close the circuit (Ticket #176).
  202.   o Added a right-click option to servers listed in the network map dialog to 
  203.     zoom in on the server on the map (Ticket #176).
  204.   o Stop using a custom font and just use the platform default on all dialogs.
  205.   o Add "Close Window" shortcuts for Linux (Ctrl+W).
  206.   o Fixed a crash bug that would occur when saving messages in the message 
  207.     log (Ticket #185).
  208.   o Fixed a bug that would cause messages with identical timestamps to not
  209.     get copied to the clipboard (Ticket #190).
  210.   o Ask if the user wants to delay shutting down their server when Vidalia
  211.     exits, to give clients time to find new circuits. We previously only did
  212.     this when the user stopped Tor, but wasn't exiting Vidalia.
  213.   o If Windows is restarting, then don't ask about delaying a server shut
  214.     down; just stop Tor and exit immediately so Windows doesn't yell at us.
  215.   o Detect if Tor was installed as an NT service prior to Vidalia, so we don't
  216.     accidentally remove it.
  217.   o Create a new torrc and specify a control port for the Tor NT service, so 
  218.     it doesn't die when the user tries to start the service and we don't have
  219.     to tell the user to go add a line to their torrc.
  220.   o Fixed a bug that caused Vidalia to crash if it tried to read in a bogus
  221.     geoip-cache file from its data directory (Ticket #184).
  222.   o Refuse to cache information we did not ask for that we received in response 
  223.     to a GeoIP request.
  224.   o Wait no more than ten seconds after queueing a GeoIP request before
  225.     sending it, so requests don't starve if we keep constantly getting new
  226.     descriptors.
  227.   o Ask Tor what its SocksPort and SocksAddress is before building our GeoIP
  228.     request, instead of always assuming Tor is listening on 127.0.0.1:9050.
  229.   o Explicitly specify the sort order for the message log and server list, so
  230.     things aren't backwards when linking with Qt 4.2.x.
  231.   o Add support for translating the Vidalia and Vidalia bundle installers.
  232.   o Start bundling Torbutton with the Vidalia bundle installer.
  233.   o Add a Norwegian (Bokmal) translation contributed by xiando.
  234.   o Updates to the Finnish, French, German, and Polish translations.
  235.  
  236.  
  237. 0.0.8   03-Oct-2006
  238.   o Vidalia will now attempt to connect to an existing Tor's ControlPort
  239.     before starting its own Tor process. If it finds a Tor with an open
  240.     ControlPort, Vidalia will "attach" to that Tor instead of starting a new
  241.     process.
  242.   o Vidalia now supports running Tor as an NT service on Windows.
  243.   o When Vidalia starts its own Tor process, it will now default to starting it 
  244.     with a "-f ~/.vidalia/torrc", to avoid permissions conflicts when running 
  245.     Tor as a user that does not have write access to the default torrc. The
  246.     torrc used when starting Tor is still configurable.
  247.   o Fix a bug that was causing unexpected behavior with many unrelated Windows
  248.     applications.
  249.   o Do a better job of determining if another Vidalia process is running on
  250.     Windows, to eliminate all the false positives reported.
  251.   o Major performance improvements related to loading the network map.
  252.   o Support receiving server identities in circ events, as well as names, so 
  253.     Vidalia will work with Tor 0.1.2.2-alpha and later.
  254.   o Moved the "New Identity" button to the main popup menu for easier
  255.     access.
  256.   o Vidalia dialogs remember their last size and location when Vidalia exits 
  257.     and restore their size and location the next time Vidalia runs.
  258.   o Vidalia windows now close in response to a Command-W on Mac OS X.
  259.   o Added a "Zoom To Fit" button to the network map, to zoom in on the active
  260.     circuits.
  261.   o Numerous minor aesthetic and usability improvements to many of Vidalia's
  262.     dialogs.
  263.   o Fix a bug that was causing signal conflict warnings on Debian.
  264.   o Fix a crash that would occur when exiting Vidalia after an attempt to
  265.     start Tor with a non-existent executable.
  266.   o Add a Bulgarian translation contributed by kutia0001.
  267.   o Add a Dutch translation contributed by Saedian.
  268.   o Add a Hungarian translation contributed by Tibor Fekete.
  269.   o Add a Polish translation contributed by ZeeWolf.
  270.   o Updates to the Finnish, French, and Russian translations.
  271.  
  272.  
  273. 0.0.7   07-Jul-2006 
  274.   o Fix a bug that was causing Vidalia to freeze frequently for some people,
  275.     particularly when running at a verbose log level.
  276.   o Fix a bug that would cause Windows Vidalias to not want to start after
  277.     Vidalia had been killed via the Task Manager.
  278.   o Add a French translation contributed by Michel Burkhardt.
  279.   o In the network map, update the displayed uptime by looking at the difference
  280.     between now and the publication time, and add that difference to the published 
  281.     uptime.
  282.  
  283.  
  284. 0.0.6   23-Jun-2006
  285.   o Fix the network map to properly remove circuits after they are closed.
  286.   o Fix our configure script to properly handle the --prefix option (patch by
  287.     Alexander Wirt).
  288.   o Check if Vidalia is already running when we start. If Vidalia is already
  289.     running, then warn and exit in the second instance.
  290.   o Strip all invalid characters from the server's nickname and make sure the
  291.     user can't enter any.
  292.   o Default to the Tor binary located in the user's $PATH, instead of trying
  293.     to guess directory locations.
  294.   o Add support for adjusting a server's BandwidthRate and BandwidthBurst
  295.     values.
  296.   o Store Vidalia's settings in a file, (rather than in the registry on
  297.     Windows), so Vidalia can be more portable. Note that settings aren't
  298.     "imported" from the registry, so 0.0.5 users will have to configure
  299.     their Vidalia settings again.
  300.   o Make the bandwidth graph just a normal window instead of a tool window, so
  301.     it can hide behind other Vidalia windows, if necessary.
  302.   o On OS X, ensure that the About, Configure, and Exit actions get merged
  303.     into the "Vidalia" menu in the default menubar when Vidalia is running in
  304.     a non-English language.
  305.   o Add an Italian translation contributed by Alex Mazzariol.
  306.   o Add a Russian translation contributed by ygrek.
  307.   o Add a manpage for Vidalia contributed by Alexander Wirt.
  308.   
  309.   
  310. 0.0.5   02-Jun-2006
  311.   o Make the "Always On Top" property of the bandwidth graph optional.
  312.   o Add a new dialog showing a list of routers that the user's Tor currently
  313.     knows about, as well as the user's current circuits and streams and
  314.     detailed information about individual routers. The circuits and router
  315.     geographic locations are plotted on a world map. Thanks to Christoph
  316.     Sieghart, Michael Zuercher, and Adam Tomjack for help with this feature.
  317.   o Stop automatically scrolling to the newest item added to the message log,
  318.     if the user is looking through their message history.
  319.   o Create a horizontal scrollbar on the message log when an excessively long
  320.     message is logged.
  321.   o Add support for the NEWNYM signal in the form of a "New Identity"
  322.     button, to force Tor to use only clean circuits for new application
  323.     requests.
  324.   o Add a Mac OS X bundle.
  325.   o Add a Finnish translation contributed by DJHasis.
  326.   o Add a German translation contributed by Christoph Sieghart.
  327.   o Fix a bug that caused people running servers to update their public IP
  328.     address too often if they had the "Automatically Update" option checked.
  329.  
  330.  
  331. 0.0.4   09-May-2006
  332.   o Add a fixed set of Windows .ico files from Dan Christensen. Our
  333.     contributed set in 0.0.3 apparently had a blank image in it that some old
  334.     Windowses would use instead of the icon that actually had an image.
  335.   o Add an option for servers to check periodically to see if their public IP
  336.     address has changed.
  337.   o Give servers the option to shut down after 30 seconds, to give clients
  338.     time to find new circuits, instead of just always killing Tor immediately.
  339.   o Improve GUI responsiveness when waiting for the Tor process to finish
  340.     starting up.
  341.   o Be smarter about guessing the default location of Tor in non-English
  342.     Windowses.
  343.  
  344.   
  345. 0.0.3   13-Apr-2006
  346.   o Fixed a server configuration bug that caused people to not really be a
  347.     middleman node, even though the checkbox told them they were.
  348.   o Fixed a bug in choosing a default language that caused help documents to
  349.     sometimes not appear.
  350.   o Fixed the Win32 bundle installer to not leave 2 files and a registry key 
  351.     laying around after an uninstall. Also give users the option of launching
  352.     Vidalia when the solo installer is finished.
  353.   o Fixed a bug where Vidalia would ignore Windows when asked to shut down
  354.     because the system is restarting.
  355.   o Improved tray icon support on older Windowses. Also started using a new
  356.     set of icons created by Matt Hanson, based on our previous set by Corinna
  357.     Habets.
  358.   o Improved help document accessibility by adding "Help" buttons to many
  359.     dialogs and error message boxes.
  360.  
  361.   
  362. 0.0.2   02-Apr-2006
  363.   o Added an integrated help browser and documentation.
  364.   o Added exit policy configuration support for servers.
  365.   o Added support for language translations and language selection.
  366.   o Added a Simplified Chinese (zh_CN) translation from Wu Xiaoguong.
  367.   o Added support for changing Vidalia's interface style.
  368.   o Aesthetic improvements in many dialogs.
  369.  
  370.   
  371. 0.0.1   28-Feb-2006
  372.   o Initial testing release.
  373.   o Basic features include:
  374.     - Starting/stopping/monitoring Tor
  375.     - Bandwidth graph
  376.     - Message log
  377.     - Basic server configuration
  378.  
  379.